Uses of Interface
com.cisco.pt.UUID
Packages that use UUID
Package
Description
Java Framework built for Packet Tracer 8.1.0.
This framework also includes the capability to connect to Packet Tracer using the Multiuser feature.
-
Uses of UUID in com.cisco.pt
Methods in com.cisco.pt that return UUIDModifier and TypeMethodDescriptionEncodedBuffer.getUUID()Retrieve the next buffer entry as a UUIDMethods in com.cisco.pt with parameters of type UUIDModifier and TypeMethodDescriptionbooleanStore a UUID value to the encoded buffer -
Uses of UUID in com.cisco.pt.impl
Classes in com.cisco.pt.impl that implement UUIDFields in com.cisco.pt.impl declared as UUIDModifier and TypeFieldDescriptionprotected UUIDIPCEventLTV.uuidprotected UUIDIPCEventSubscriptionLTV.uuidprotected UUIDIPCParameter.UUIDParameter.valueMethods in com.cisco.pt.impl that return UUIDModifier and TypeMethodDescriptionprotected UUIDIPCEventLTV.getUUID()PtmpBuffer.getUUID()static UUIDUUIDImpl.makeRandom()Methods in com.cisco.pt.impl with parameters of type UUIDModifier and TypeMethodDescriptionvoidIPCCall.addUUIDParameter(UUID value) protected StringbooleanConstructors in com.cisco.pt.impl with parameters of type UUIDModifierConstructorDescriptionIPCEventSubscriptionLTV(String className, UUID uuid, String eventName, boolean subscribe) constructorUUIDParameter(UUID value) -
Uses of UUID in com.cisco.pt.ipc
Methods in com.cisco.pt.ipc that return UUIDMethods in com.cisco.pt.ipc with parameters of type UUIDModifier and TypeMethodDescriptionIPCFactory.createMessage(IPCObject baseObject, String callName, UUID parameter1) IPCFactory.getClusterForItem(LogicalWorkspace logicalWorkspace, UUID itemUuid) IPCFactory.getClusterFromItem(LogicalWorkspace logicalWorkspace, UUID clusterItemUuid) IPCFactory.getIpcTimer(Simulation simulation, UUID uuid) IPCFactory.getItemByUuid(ToolBar toolBar, UUID id) IPCFactory.getPopupMenuItemByUuid(PopupMenu popupMenu, UUID id) IPCFactory.getWebView(WebViewManager webViewManager, UUID id) -
Uses of UUID in com.cisco.pt.ipc.events
Fields in com.cisco.pt.ipc.events declared as UUIDModifier and TypeFieldDescriptionLogicalWorkspaceEvent.DeviceAdded.deviceUuidLogicalWorkspaceEvent.DeviceRemoved.deviceUuidLogicalWorkspaceEvent.DeviceRemoving.deviceUuidLogicalWorkspaceEvent.CanvasNoteAdded.idLogicalWorkspaceEvent.CanvasNoteRemoved.idLogicalWorkspaceEvent.CanvasNoteTextChanged.idWebViewEvent.Closed.idWebViewEvent.CloseRequested.idLogicalWorkspaceEvent.ClusterForItemChanged.itemUuidWorkspaceEvent.PhysicalObjectRemoved.objectUuidIPCEvent.objectUUIDWorkspaceEvent.PhysicalObjectMoved.oldParentUuidIPCManagerEvent.OnOpen.openIdIPCManagerEvent.OnOpening.openIdIPCManagerEvent.OnSave.saveIdCepInstanceEvent.MessageReceived.srcCepInstanceIdCepInstanceEvent.RemoteMessageReceived.srcCepInstanceIdWebViewManagerEvent.TookWebViewOwnership.webViewIdstatic final UUIDIPCEventRegistry.WILDCARD_UUIDMethods in com.cisco.pt.ipc.events with parameters of type UUID -
Uses of UUID in com.cisco.pt.ipc.impl
Methods in com.cisco.pt.ipc.impl that return UUIDModifier and TypeMethodDescriptionIPCObjectImpl.getObjectUUID()protected UUIDIPCDataImpl.pduReadUUID(EncodedBuffer buff) protected UUIDIPCDataImpl.readUUID(EncodedBuffer buff) -
Uses of UUID in com.cisco.pt.ipc.sim
Methods in com.cisco.pt.ipc.sim that return UUIDModifier and TypeMethodDescriptionBluetoothManager.getBeaconUuid()CustomBluetoothProcess.getDstServiceUuid()CustomBluetoothProcess.getServiceUuid()Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim with parameters of type UUIDModifier and TypeMethodDescriptionbooleanBluetoothManager.broadcastBeacon(UUID beaconUuid, String data) booleanCustomBluetoothProcess.connect(MACAddress dstMac, UUID dstService) voidBluetoothManager.setBeaconUuid(UUID beaconUuid) booleanInformation provided by the PKI file: -
Uses of UUID in com.cisco.pt.ipc.sim.impl
Methods in com.cisco.pt.ipc.sim.impl that return UUIDModifier and TypeMethodDescriptionBluetoothManagerImpl.getBeaconUuid()CustomBluetoothProcessImpl.getDstServiceUuid()CustomBluetoothProcessImpl.getServiceUuid()Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim.impl with parameters of type UUIDModifier and TypeMethodDescriptionbooleanBluetoothManagerImpl.broadcastBeacon(UUID beaconUuid, String data) booleanCustomBluetoothProcessImpl.connect(MACAddress dstMac, UUID dstService) voidBluetoothManagerImpl.setBeaconUuid(UUID beaconUuid) booleanInformation provided by the PKI file: -
Uses of UUID in com.cisco.pt.ipc.sim.pdu
Methods in com.cisco.pt.ipc.sim.pdu that return UUIDModifier and TypeMethodDescriptionBluetoothFrame.getDstService()BluetoothFrame.getSrcService()BluetoothManagementSignal.getTetherServiceUuid()Methods in com.cisco.pt.ipc.sim.pdu with parameters of type UUIDModifier and TypeMethodDescriptionvoidBluetoothFrame.setDstService(UUID dstService) voidBluetoothFrame.setSrcService(UUID srcService) voidBluetoothManagementSignal.setTetherServiceUuid(UUID tetherServiceUuid) -
Uses of UUID in com.cisco.pt.ipc.sim.pdu.impl
Fields in com.cisco.pt.ipc.sim.pdu.impl declared as UUIDModifier and TypeFieldDescriptionprotected UUIDBluetoothFrameImpl.dstServiceprotected UUIDBluetoothFrameImpl.srcServiceprotected UUIDBluetoothManagementSignalImpl.tetherServiceUuidMethods in com.cisco.pt.ipc.sim.pdu.impl that return UUIDModifier and TypeMethodDescriptionBluetoothFrameImpl.getDstService()BluetoothFrameImpl.getSrcService()BluetoothManagementSignalImpl.getTetherServiceUuid()Methods in com.cisco.pt.ipc.sim.pdu.impl with parameters of type UUIDModifier and TypeMethodDescriptionvoidBluetoothFrameImpl.setDstService(UUID dstService) voidBluetoothFrameImpl.setSrcService(UUID srcService) voidBluetoothManagementSignalImpl.setTetherServiceUuid(UUID tetherServiceUuid) -
Uses of UUID in com.cisco.pt.ipc.system
Methods in com.cisco.pt.ipc.system that return UUIDModifier and TypeMethodDescriptionSimulation.createTimerUuid(int delay, boolean bAddRandom) Information provided by the PKI file:CepInstance.getInstanceId()Information provided by the PKI file:Methods in com.cisco.pt.ipc.system with parameters of type UUIDModifier and TypeMethodDescriptionSimulation.getIpcTimer(UUID uuid) Information provided by the PKI file:IPCManager.getOpenData(UUID openId) Information provided by the PKI file:booleanIPCManager.putSaveData(UUID saveId, String saveData) Information provided by the PKI file:booleanIPCManager.sendMessageToInstance(UUID cepInstanceId, String msg) Information provided by the PKI file:booleanIPCManager.sendMessageToRemoteInstance(UUID cepInstanceId, String msg) Information provided by the PKI file: -
Uses of UUID in com.cisco.pt.ipc.system.impl
Methods in com.cisco.pt.ipc.system.impl that return UUIDModifier and TypeMethodDescriptionSimulationImpl.createTimerUuid(int delay, boolean bAddRandom) Information provided by the PKI file:CepInstanceImpl.getInstanceId()Information provided by the PKI file:Methods in com.cisco.pt.ipc.system.impl with parameters of type UUIDModifier and TypeMethodDescriptionSimulationImpl.getIpcTimer(UUID uuid) Information provided by the PKI file:IPCManagerImpl.getOpenData(UUID openId) Information provided by the PKI file:booleanIPCManagerImpl.putSaveData(UUID saveId, String saveData) Information provided by the PKI file:booleanIPCManagerImpl.sendMessageToInstance(UUID cepInstanceId, String msg) Information provided by the PKI file:booleanIPCManagerImpl.sendMessageToRemoteInstance(UUID cepInstanceId, String msg) Information provided by the PKI file: -
Uses of UUID in com.cisco.pt.ipc.ui
Methods in com.cisco.pt.ipc.ui that return UUIDModifier and TypeMethodDescriptionInformation provided by the PKI file:ToolBar.addItemWithName(String text, String iconPath, String name) Information provided by the PKI file:Information provided by the PKI file:LogicalWorkspace.addTextPopup(int x, int y, double layer, int width, String text) Information provided by the PKI file:LogicalWorkspace.drawCircle(int cx, int cy, double layer, int radius, int r, int g, int b) Information provided by the PKI file:LogicalWorkspace.drawLine(int sx, int sy, int ex, int ey, double layer, int w, int r, int g, int b) Information provided by the PKI file:LogicalWorkspace.getClusterItemId(String clusterId) Information provided by the PKI file:PopupMenu.getPopupMenuItemUuid(String name) Information provided by the PKI file:WebView.getWebViewId()Information provided by the PKI file:PopupMenu.insertItem(String before, String action) Information provided by the PKI file:PopupMenu.insertItemAfter(String after, String action) Information provided by the PKI file:PopupMenu.insertItemWithName(String before, String action, String name) Information provided by the PKI file:PopupMenu.insertItemWithNameAfter(String after, String action, String name) Information provided by the PKI file:PopupMenu.insertSeparator(String before, String name) Information provided by the PKI file:PopupMenu.insertSeparatorAfter(String after, String name) Information provided by the PKI file:Methods in com.cisco.pt.ipc.ui that return types with arguments of type UUIDModifier and TypeMethodDescriptionLogicalWorkspace.getCanvasEllipseIds()Information provided by the PKI file:LogicalWorkspace.getCanvasItemIds()Information provided by the PKI file:LogicalWorkspace.getCanvasLineIds()Information provided by the PKI file:LogicalWorkspace.getCanvasNoteIds()Information provided by the PKI file:LogicalWorkspace.getCanvasPolygonIds()Information provided by the PKI file:LogicalWorkspace.getCanvasRectIds()Information provided by the PKI file:Methods in com.cisco.pt.ipc.ui with parameters of type UUIDModifier and TypeMethodDescriptionbooleanLogicalWorkspace.changeNoteText(UUID id, String text) Information provided by the PKI file:booleanWebViewManager.closeWebView(UUID id) Information provided by the PKI file:intLogicalWorkspace.getCanvasItemRealX(UUID item_id) Information provided by the PKI file:intLogicalWorkspace.getCanvasItemRealY(UUID item_id) Information provided by the PKI file:intLogicalWorkspace.getCanvasItemX(UUID item_id) Information provided by the PKI file:intLogicalWorkspace.getCanvasItemY(UUID item_id) Information provided by the PKI file:LogicalWorkspace.getCanvasNoteText(UUID id) Information provided by the PKI file:LogicalWorkspace.getClusterForItem(UUID itemUuid) Information provided by the PKI file:LogicalWorkspace.getClusterFromItem(UUID clusterItemUuid) Information provided by the PKI file:LogicalWorkspace.getClusterIdForItem(UUID itemUuid) Information provided by the PKI file:LogicalWorkspace.getEllipseItemData(UUID itemID) Information provided by the PKI file:ToolBar.getItemByUuid(UUID id) Information provided by the PKI file:LogicalWorkspace.getLineItemData(UUID itemID) Information provided by the PKI file:LogicalWorkspace.getPolygonItemData(UUID itemID) Information provided by the PKI file:PopupMenu.getPopupMenuItemByUuid(UUID id) Information provided by the PKI file:LogicalWorkspace.getRectItemData(UUID itemID) Information provided by the PKI file:WebViewManager.getWebView(UUID id) Information provided by the PKI file:voidLogicalWorkspace.moveCanvasItemBy(UUID item_id, int dx, int dy) Information provided by the PKI file:voidLogicalWorkspace.moveItemToCluster(UUID itemUuid, String clusterId) Information provided by the PKI file:booleanLogicalWorkspace.removeCanvasItem(UUID id) Information provided by the PKI file:voidPopupMenu.removeItemUuid(UUID id) Information provided by the PKI file:voidToolBar.removeItemUuid(UUID id) Information provided by the PKI file:booleanLogicalWorkspace.removeTextPopup(UUID id) Information provided by the PKI file:voidLogicalWorkspace.setCanvasItemRealPos(UUID item_id, int x, int y) Information provided by the PKI file:voidLogicalWorkspace.setCanvasItemX(UUID item_id, int x) Information provided by the PKI file:voidLogicalWorkspace.setCanvasItemY(UUID item_id, int y) Information provided by the PKI file:voidPopupMenu.setItemEnabledUuid(UUID id, boolean bEnabled) Information provided by the PKI file:voidPopupMenu.setItemVisibleUuid(UUID id, boolean bVisible) Information provided by the PKI file: -
Uses of UUID in com.cisco.pt.ipc.ui.impl
Methods in com.cisco.pt.ipc.ui.impl that return UUIDModifier and TypeMethodDescriptionInformation provided by the PKI file:ToolBarImpl.addItemWithName(String text, String iconPath, String name) Information provided by the PKI file:Information provided by the PKI file:LogicalWorkspaceImpl.addTextPopup(int x, int y, double layer, int width, String text) Information provided by the PKI file:LogicalWorkspaceImpl.drawCircle(int cx, int cy, double layer, int radius, int r, int g, int b) Information provided by the PKI file:LogicalWorkspaceImpl.drawLine(int sx, int sy, int ex, int ey, double layer, int w, int r, int g, int b) Information provided by the PKI file:LogicalWorkspaceImpl.getClusterItemId(String clusterId) Information provided by the PKI file:PopupMenuImpl.getPopupMenuItemUuid(String name) Information provided by the PKI file:WebViewImpl.getWebViewId()Information provided by the PKI file:PopupMenuImpl.insertItem(String before, String action) Information provided by the PKI file:PopupMenuImpl.insertItemAfter(String after, String action) Information provided by the PKI file:PopupMenuImpl.insertItemWithName(String before, String action, String name) Information provided by the PKI file:PopupMenuImpl.insertItemWithNameAfter(String after, String action, String name) Information provided by the PKI file:PopupMenuImpl.insertSeparator(String before, String name) Information provided by the PKI file:PopupMenuImpl.insertSeparatorAfter(String after, String name) Information provided by the PKI file:Methods in com.cisco.pt.ipc.ui.impl that return types with arguments of type UUIDModifier and TypeMethodDescriptionLogicalWorkspaceImpl.getCanvasEllipseIds()Information provided by the PKI file:LogicalWorkspaceImpl.getCanvasItemIds()Information provided by the PKI file:LogicalWorkspaceImpl.getCanvasLineIds()Information provided by the PKI file:LogicalWorkspaceImpl.getCanvasNoteIds()Information provided by the PKI file:LogicalWorkspaceImpl.getCanvasPolygonIds()Information provided by the PKI file:LogicalWorkspaceImpl.getCanvasRectIds()Information provided by the PKI file:Methods in com.cisco.pt.ipc.ui.impl with parameters of type UUIDModifier and TypeMethodDescriptionbooleanLogicalWorkspaceImpl.changeNoteText(UUID id, String text) Information provided by the PKI file:booleanWebViewManagerImpl.closeWebView(UUID id) Information provided by the PKI file:intLogicalWorkspaceImpl.getCanvasItemRealX(UUID item_id) Information provided by the PKI file:intLogicalWorkspaceImpl.getCanvasItemRealY(UUID item_id) Information provided by the PKI file:intLogicalWorkspaceImpl.getCanvasItemX(UUID item_id) Information provided by the PKI file:intLogicalWorkspaceImpl.getCanvasItemY(UUID item_id) Information provided by the PKI file:LogicalWorkspaceImpl.getCanvasNoteText(UUID id) Information provided by the PKI file:LogicalWorkspaceImpl.getClusterForItem(UUID itemUuid) Information provided by the PKI file:LogicalWorkspaceImpl.getClusterFromItem(UUID clusterItemUuid) Information provided by the PKI file:LogicalWorkspaceImpl.getClusterIdForItem(UUID itemUuid) Information provided by the PKI file:LogicalWorkspaceImpl.getEllipseItemData(UUID itemID) Information provided by the PKI file:ToolBarImpl.getItemByUuid(UUID id) Information provided by the PKI file:LogicalWorkspaceImpl.getLineItemData(UUID itemID) Information provided by the PKI file:LogicalWorkspaceImpl.getPolygonItemData(UUID itemID) Information provided by the PKI file:PopupMenuImpl.getPopupMenuItemByUuid(UUID id) Information provided by the PKI file:LogicalWorkspaceImpl.getRectItemData(UUID itemID) Information provided by the PKI file:WebViewManagerImpl.getWebView(UUID id) Information provided by the PKI file:voidLogicalWorkspaceImpl.moveCanvasItemBy(UUID item_id, int dx, int dy) Information provided by the PKI file:voidLogicalWorkspaceImpl.moveItemToCluster(UUID itemUuid, String clusterId) Information provided by the PKI file:booleanLogicalWorkspaceImpl.removeCanvasItem(UUID id) Information provided by the PKI file:voidPopupMenuImpl.removeItemUuid(UUID id) Information provided by the PKI file:voidToolBarImpl.removeItemUuid(UUID id) Information provided by the PKI file:booleanLogicalWorkspaceImpl.removeTextPopup(UUID id) Information provided by the PKI file:voidLogicalWorkspaceImpl.setCanvasItemRealPos(UUID item_id, int x, int y) Information provided by the PKI file:voidLogicalWorkspaceImpl.setCanvasItemX(UUID item_id, int x) Information provided by the PKI file:voidLogicalWorkspaceImpl.setCanvasItemY(UUID item_id, int y) Information provided by the PKI file:voidPopupMenuImpl.setItemEnabledUuid(UUID id, boolean bEnabled) Information provided by the PKI file:voidPopupMenuImpl.setItemVisibleUuid(UUID id, boolean bVisible) Information provided by the PKI file: -
Uses of UUID in com.cisco.pt.mu
Fields in com.cisco.pt.mu declared as UUIDModifier and TypeFieldDescriptionMULink.linkUuidMULinkUpdMessage.linkUuidPTSaveInfo.ptidprotected UUIDMUSessionImpl.remoteUUIDMUSaveNetReqMessage.requestorIdMUSaveNetRespMessage.requestorIdMUSaveNetReqMessage.saveReqIdMUSaveNetRespMessage.saveReqIdPortInfo.uuidFields in com.cisco.pt.mu with type parameters of type UUIDMethods in com.cisco.pt.mu that return UUIDModifier and TypeMethodDescriptionMUNegotiationMessage.getUuid()Returns the UID set into this messageConstructors in com.cisco.pt.mu with parameters of type UUIDModifierConstructorDescriptionMUNegotiationMessage(String username, UUID uuid) Creates a MUNegotiationMessage.PTSaveInfo(UUID ptid, String clusterId, int depthLeft) Save information for a Save Net Request -
Uses of UUID in com.cisco.pt.PopupMenuItem
Methods in com.cisco.pt.PopupMenuItem that return UUID -
Uses of UUID in com.cisco.pt.PopupMenuItem.impl
Methods in com.cisco.pt.PopupMenuItem.impl that return UUID